home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_gen / noeh.zip / README.NEH < prev   
Text File  |  1994-05-27  |  1KB  |  24 lines

  1. NOEHxx Libraries
  2. ----------------
  3. The NOEHxx libraries eliminate the RTL exception-handling code size overhead.
  4.  
  5. A NOEHxx library must be linked in before the standard runtime library.
  6. For command-line tools this can be accomplished by specifing the appropriate
  7. NOEHxx library on the BCC command-line, or making it the first library given
  8. to TLINK. For the IDE, add the approriate library to the project via the
  9. Options|Environment|Make dialog page: add the NOEHxx library node BEFORE the
  10. standard libraries. Note: use NOEHWL.LIB when building DPMI16 programs.
  11.  
  12. The NOEHxx libraries resolve calls to exception-related compiler helper
  13. functions to dummy functions that return appropriate return values. They
  14. also restore the pre-exception behavior of operator new to return NULL on
  15. out of memory conditions. Non-exception enabled versions of setjmp() and
  16. longjmp() are also provided.
  17.  
  18. Note: some features introduced in BC4.0 require exception handling.
  19. These include the string class, BIDS container classes, the standard
  20. OWL libraries, and RTTI.
  21.  
  22. There is no IDE support for the NoExceptionHandling libraries (NOEH*.LIB).
  23.  
  24.